﻿2026-06-17T00:53:47.2984702Z ##[group]Run actions/checkout@v5
2026-06-17T00:53:47.2985434Z with:
2026-06-17T00:53:47.2985805Z   repository: SaberMage/spt-core
2026-06-17T00:53:47.2989338Z   token: ***
2026-06-17T00:53:47.2989728Z   ssh-strict: true
2026-06-17T00:53:47.2990088Z   ssh-user: git
2026-06-17T00:53:47.2990456Z   persist-credentials: true
2026-06-17T00:53:47.2990861Z   clean: true
2026-06-17T00:53:47.2991209Z   sparse-checkout-cone-mode: true
2026-06-17T00:53:47.2991638Z   fetch-depth: 1
2026-06-17T00:53:47.2991997Z   fetch-tags: false
2026-06-17T00:53:47.2992369Z   show-progress: true
2026-06-17T00:53:47.2992732Z   lfs: false
2026-06-17T00:53:47.2993066Z   submodules: false
2026-06-17T00:53:47.2993446Z   set-safe-directory: true
2026-06-17T00:53:47.2994042Z ##[endgroup]
2026-06-17T00:53:47.3778857Z Syncing repository: SaberMage/spt-core
2026-06-17T00:53:47.3780452Z ##[group]Getting Git version info
2026-06-17T00:53:47.3781082Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-17T00:53:47.3782046Z [command]/usr/bin/git version
2026-06-17T00:53:47.3782447Z git version 2.43.0
2026-06-17T00:53:47.3786439Z ##[endgroup]
2026-06-17T00:53:47.3797158Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/946246e7-4e06-4f88-8b55-f5c04fd1a785' before making global git config changes
2026-06-17T00:53:47.3798621Z Adding repository directory to the temporary git global config as a safe directory
2026-06-17T00:53:47.3800509Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-17T00:53:47.3849911Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-17T00:53:47.3866794Z https://github.com/SaberMage/spt-core
2026-06-17T00:53:47.3876481Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-17T00:53:47.3879091Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-17T00:53:47.3896899Z HEAD
2026-06-17T00:53:47.3931243Z ##[endgroup]
2026-06-17T00:53:47.3932890Z [command]/usr/bin/git submodule status
2026-06-17T00:53:47.4119374Z ##[group]Cleaning the repository
2026-06-17T00:53:47.4120071Z [command]/usr/bin/git clean -ffdx
2026-06-17T00:53:48.1715388Z Removing target/
2026-06-17T00:53:48.1723590Z [command]/usr/bin/git reset --hard HEAD
2026-06-17T00:53:48.1875720Z HEAD is now at f290d49 Merge 0aad7b946b1c291e9dae8dc768c78498287b5f94 into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:53:48.1880398Z ##[endgroup]
2026-06-17T00:53:48.1901084Z ##[group]Disabling automatic garbage collection
2026-06-17T00:53:48.1902248Z [command]/usr/bin/git config --local gc.auto 0
2026-06-17T00:53:48.1913449Z ##[endgroup]
2026-06-17T00:53:48.1914545Z ##[group]Setting up auth
2026-06-17T00:53:48.1919474Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-17T00:53:48.1949632Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-17T00:53:48.2141426Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-17T00:53:48.2166489Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-17T00:53:48.2359731Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-17T00:53:48.2384759Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-17T00:53:48.2591478Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-17T00:53:48.2620247Z ##[endgroup]
2026-06-17T00:53:48.2621797Z ##[group]Fetching the repository
2026-06-17T00:53:48.2628738Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f290d49b7e8d0e524c53e87cc19f2246cef09e82:refs/remotes/pull/18/merge
2026-06-17T00:53:48.8310792Z ##[endgroup]
2026-06-17T00:53:48.8311713Z ##[group]Determining the checkout info
2026-06-17T00:53:48.8312262Z ##[endgroup]
2026-06-17T00:53:48.8315969Z [command]/usr/bin/git sparse-checkout disable
2026-06-17T00:53:48.8354696Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-17T00:53:48.8379235Z ##[group]Checking out the ref
2026-06-17T00:53:48.8381658Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/18/merge
2026-06-17T00:53:48.8423572Z HEAD is now at f290d49 Merge 0aad7b946b1c291e9dae8dc768c78498287b5f94 into 325431aeaa321d26bca4cc83e8769bb84b77d9c7
2026-06-17T00:53:48.8426531Z ##[endgroup]
2026-06-17T00:53:48.8458821Z [command]/usr/bin/git log -1 --format=%H
2026-06-17T00:53:48.8480795Z f290d49b7e8d0e524c53e87cc19f2246cef09e82
